Companion
Extensions
CASE_INSENSITIVE_ORDER
Link copied to clipboard
A Comparator that orders strings ignoring character case.
A Comparator that orders strings ignoring character case.
format
Link copied to clipboard
inline fun String.Companion.format(format: String, vararg args: Any?): String
Content copied to clipboard
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the default locale.
Content copied to clipboard
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the specified locale.